home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 31
/
Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso
/
-websites-
/
makecd
/
ftp
/
brik.lha
/
Brik
/
descrip.mms
< prev
next >
Wrap
Text File
|
1989-07-29
|
712b
|
32 lines
# Makefile for brik -- for VAX/VMS "mms". If you don't have mms,
# use the "makebrik.com" command file instead.
#
# Don't forget to define a symbol "brik" like this:
# $ brik:==$disk:[dir]brik.exe
# where "disk" is your device name and "dir" is the directory in which
# brik.exe is kept.
# ::[[ @(#) descrip.mms 1.2 89/07/08 10:44:01 ]]::
# Please see brik.h for configuration options.
CFLAGS = /define=VMS
OBJS = brik.obj, addbfcrc.obj, getopt.obj, vms.obj, initcrc.obj
CC = cc
.c.obj :
$(CC) $(CFLAGS) $*.c
brik.exe : $(OBJS)
link/executable=brik.exe $(OBJS), options/opt
brik.obj : brik.c brik.h assert.h
addbfcrc.obj : addbfcrc.c
vms.obj : vms.c
getopt.obj : getopt.c
initcrc.obj : initcrc.c